Html Css Color HEX #BCDDE5 Onahau

📋 copy color: '#BCDDE5'

red 188 ◦ green 221 ◦ blue 229

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

Shades of Onahau #BCDDE5

Tints of Onahau #BCDDE5

RGB

 RED value IS 188 (73.83% from 255) = 29.47%

 GREEN value IS 221 (86.72% from 255) = 34.64%

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 29.47%
G = 34.64%
B = 35.89%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCDDE5 (or 0xBCDDE5) is known color: Onahau. HEX triplet: BC, DD and E5. RGB value is (188,221,229). Sum of RGB (Red+Green+Blue) = 188+221+229=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDE5 is #43221A. Grayscale: #D3D3D3. Windows color (decimal): -4399643 or 15064508. OLE color: 15064508.

HSL color Cylindrical-coordinate representation of color #BCDDE5: hue angle of 191.71º degrees, saturation: 0.44, 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 #BCDDE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 221 229 -
CMYK 0.18 0.03 0 0.10
HSL 191.71º 0.44% 0.82% -
HSV(B) 191.71º 0.18% 0.9% -
XYZ 60.74 68.06 84.06 -
YUV 212.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 188 221 229 0.18 0.03 0 0.10 191.71 0.44 0.82
Hex BC DD E5 12 3 0 A C0 2C 52
Octal 274 335 345 22 3 0 12 300 54 122
Binary 10111100 11011101 11100101 10010 11 0 1010 11000000 101100 1010010

Color Harmonies of #BCDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDE5

Black with #BCDDE5

Text Example


Text Example

White with #BCDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDE5; }

 p { color: rgb(188,221,229); }

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

background-color css

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

 a { background-color: rgb(188,221,229); }

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

border-color css

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

 span { border-color: rgb(188,221,229); }

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