Html Css Color HEX #BDDCE4 Onahau

📋 copy color: '#BDDCE4'

red 189 ◦ green 220 ◦ blue 228

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

Shades of Onahau #BDDCE4

Tints of Onahau #BDDCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.54%

 BLUE value IS 228 (89.45% from 255) = 35.79%

R = 29.67%
G = 34.54%
B = 35.79%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDCE4 (or 0xBDDCE4) is known color: Onahau. HEX triplet: BD, DC and E4. RGB value is (189,220,228). Sum of RGB (Red+Green+Blue) = 189+220+228=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCE4 is #42231B. Grayscale: #D3D3D3. Windows color (decimal): -4334364 or 14998717. OLE color: 14998717.

HSL color Cylindrical-coordinate representation of color #BDDCE4: hue angle of 192.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDCE4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 220 228 -
CMYK 0.17 0.04 0 0.11
HSL 192.31º 0.42% 0.82% -
HSV(B) 192.31º 0.17% 0.89% -
XYZ 60.58 67.61 83.26 -
YUV 211.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 189 220 228 0.17 0.04 0 0.11 192.31 0.42 0.82
Hex BD DC E4 11 4 0 B C0 2A 52
Octal 275 334 344 21 4 0 13 300 52 122
Binary 10111101 11011100 11100100 10001 100 0 1011 11000000 101010 1010010

Color Harmonies of #BDDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCE4

Black with #BDDCE4

Text Example


Text Example

White with #BDDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCE4; }

 p { color: rgb(189,220,228); }

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

background-color css

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

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

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

border-color css

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

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

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