Html Css Color HEX #BDDCE6 Onahau

📋 copy color: '#BDDCE6'

red 189 ◦ green 220 ◦ blue 230

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

Shades of Onahau #BDDCE6

Tints of Onahau #BDDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 29.58%
G = 34.43%
B = 35.99%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDDCE6 (or 0xBDDCE6) is known color: Onahau. HEX triplet: BD, DC and E6. RGB value is (189,220,230). Sum of RGB (Red+Green+Blue) = 189+220+230=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE6 is #422319. Grayscale: #D3D3D3. Windows color (decimal): -4334362 or 15129789. OLE color: 15129789.

HSL color Cylindrical-coordinate representation of color #BDDCE6: hue angle of 194.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDCE6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 220 230 -
CMYK 0.18 0.04 0 0.10
HSL 194.63º 0.45% 0.82% -
HSV(B) 194.63º 0.18% 0.9% -
XYZ 60.86 67.72 84.73 -
YUV 211.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 189 220 230 0.18 0.04 0 0.10 194.63 0.45 0.82
Hex BD DC E6 12 4 0 A C3 2D 52
Octal 275 334 346 22 4 0 12 303 55 122
Binary 10111101 11011100 11100110 10010 100 0 1010 11000011 101101 1010010

Color Harmonies of #BDDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCE6

Black with #BDDCE6

Text Example


Text Example

White with #BDDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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