Html Css Color HEX #BCDDE7 Onahau

📋 copy color: '#BCDDE7'

red 188 ◦ green 221 ◦ blue 231

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

Shades of Onahau #BCDDE7

Tints of Onahau #BCDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.09%

R = 29.38%
G = 34.53%
B = 36.09%

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

#BCDDE7 (or 0xBCDDE7) is known color: Onahau. HEX triplet: BC, DD and E7. RGB value is (188,221,231). Sum of RGB (Red+Green+Blue) = 188+221+231=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDE7 is #432218. Grayscale: #D4D4D4. Windows color (decimal): -4399641 or 15195580. OLE color: 15195580.

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

Color convert

RGB 188 221 231 -
CMYK 0.19 0.04 0 0.09
HSL 193.95º 0.47% 0.82% -
HSV(B) 193.95º 0.19% 0.91% -
XYZ 61.02 68.17 85.54 -
YUV 212.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 188 221 231 0.19 0.04 0 0.09 193.95 0.47 0.82
Hex BC DD E7 13 4 0 9 C2 2F 52
Octal 274 335 347 23 4 0 11 302 57 122
Binary 10111100 11011101 11100111 10011 100 0 1001 11000010 101111 1010010

Color Harmonies of #BCDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDE7

Black with #BCDDE7

Text Example


Text Example

White with #BCDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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