Html Css Color HEX #BDDFE9 Onahau

📋 copy color: '#BDDFE9'

red 189 ◦ green 223 ◦ blue 233

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

Shades of Onahau #BDDFE9

Tints of Onahau #BDDFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 29.3%
G = 34.57%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDDFE9 (or 0xBDDFE9) is known color: Onahau. HEX triplet: BD, DF and E9. RGB value is (189,223,233). Sum of RGB (Red+Green+Blue) = 189+223+233=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFE9 is #422016. Grayscale: #D5D5D5. Windows color (decimal): -4333591 or 15327165. OLE color: 15327165.

HSL color Cylindrical-coordinate representation of color #BDDFE9: hue angle of 193.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDFE9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 223 233 -
CMYK 0.19 0.04 0 0.09
HSL 193.64º 0.5% 0.83% -
HSV(B) 193.64º 0.19% 0.91% -
XYZ 62.08 69.48 87.23 -
YUV 213.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 189 223 233 0.19 0.04 0 0.09 193.64 0.5 0.83
Hex BD DF E9 13 4 0 9 C2 32 53
Octal 275 337 351 23 4 0 11 302 62 123
Binary 10111101 11011111 11101001 10011 100 0 1001 11000010 110010 1010011

Color Harmonies of #BDDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFE9

Black with #BDDFE9

Text Example


Text Example

White with #BDDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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