Html Css Color HEX #BDDFEA Onahau

📋 copy color: '#BDDFEA'

red 189 ◦ green 223 ◦ blue 234

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

Shades of Onahau #BDDFEA

Tints of Onahau #BDDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.52%

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

R = 29.26%
G = 34.52%
B = 36.22%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDDFEA (or 0xBDDFEA) is known color: Onahau. HEX triplet: BD, DF and EA. RGB value is (189,223,234). Sum of RGB (Red+Green+Blue) = 189+223+234=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFEA is #422015. Grayscale: #D6D6D6. Windows color (decimal): -4333590 or 15392701. OLE color: 15392701.

HSL color Cylindrical-coordinate representation of color #BDDFEA: hue angle of 194.67º 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 #BDDFEA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 223 234 -
CMYK 0.19 0.05 0 0.08
HSL 194.67º 0.52% 0.83% -
HSV(B) 194.67º 0.19% 0.92% -
XYZ 62.23 69.53 87.98 -
YUV 214.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 189 223 234 0.19 0.05 0 0.08 194.67 0.52 0.83
Hex BD DF EA 13 5 0 8 C3 34 53
Octal 275 337 352 23 5 0 10 303 64 123
Binary 10111101 11011111 11101010 10011 101 0 1000 11000011 110100 1010011

Color Harmonies of #BDDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFEA

Black with #BDDFEA

Text Example


Text Example

White with #BDDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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