Html Css Color HEX #BDEAEA Onahau

📋 copy color: '#BDEAEA'

red 189 ◦ green 234 ◦ blue 234

#BDEAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BDEAEA

Tints of Onahau #BDEAEA

RGB

 RED value IS 189 (74.22% from 255) = 28.77%

 GREEN value IS 234 (91.8% from 255) = 35.62%

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 28.77%
G = 35.62%
B = 35.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDEAEA (or 0xBDEAEA) is known color: Onahau. HEX triplet: BD, EA and EA. RGB value is (189,234,234). Sum of RGB (Red+Green+Blue) = 189+234+234=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BDEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEA is #421515. Grayscale: #DCDCDC. Windows color (decimal): -4330774 or 15395517. OLE color: 15395517.

HSL color Cylindrical-coordinate representation of color #BDEAEA: hue angle of 180º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAEA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 234 -
CMYK 0.19 0 0 0.08
HSL 180º 0.52% 0.83% -
HSV(B) 180º 0.19% 0.92% -
XYZ 65.26 75.6 89 -
YUV 220.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 189 234 234 0.19 0 0 0.08 180 0.52 0.83
Hex BD EA EA 13 0 0 8 B4 34 53
Octal 275 352 352 23 0 0 10 264 64 123
Binary 10111101 11101010 11101010 10011 0 0 1000 10110100 110100 1010011

Color Harmonies of #BDEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAEA

Black with #BDEAEA

Text Example


Text Example

White with #BDEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAEA; }

 p { color: rgb(189,234,234); }

 H1.HeaderClassName
 {
   color: #BDEAEA;
 }
 .AnyTagClassName
 {
   color: #BDEAEA;
 }
</style>

background-color css

<style>
 a { background-color: #BDEAEA; }

 a { background-color: rgb(189,234,234); }

 div.DivClassName
 {
   background-color: #BDEAEA;
 }
 .BgClassName
 {
   background-color: #BDEAEA;
 }
</style>

border-color css

<style>
 span { border-color: #BDEAEA; }

 span { border-color: rgb(189,234,234); }

 td.TdClassName
 {
   border-color: #BDEAEA;
 }
 .TagClassName
 {
   border-color: #BDEAEA;
 }
</style>