Html Css Color HEX #BCDEE7 Onahau

📋 copy color: '#BCDEE7'

red 188 ◦ green 222 ◦ blue 231

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

Shades of Onahau #BCDEE7

Tints of Onahau #BCDEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.63%

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

R = 29.33%
G = 34.63%
B = 36.04%

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

#BCDEE7 (or 0xBCDEE7) is known color: Onahau. HEX triplet: BC, DE and E7. RGB value is (188,222,231). Sum of RGB (Red+Green+Blue) = 188+222+231=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEE7 is #432118. Grayscale: #D4D4D4. Windows color (decimal): -4399385 or 15195836. OLE color: 15195836.

HSL color Cylindrical-coordinate representation of color #BCDEE7: hue angle of 192.56º 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 #BCDEE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 222 231 -
CMYK 0.19 0.04 0 0.09
HSL 192.56º 0.47% 0.82% -
HSV(B) 192.56º 0.19% 0.91% -
XYZ 61.28 68.7 85.63 -
YUV 212.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 188 222 231 0.19 0.04 0 0.09 192.56 0.47 0.82
Hex BC DE E7 13 4 0 9 C1 2F 52
Octal 274 336 347 23 4 0 11 301 57 122
Binary 10111100 11011110 11100111 10011 100 0 1001 11000001 101111 1010010

Color Harmonies of #BCDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEE7

Black with #BCDEE7

Text Example


Text Example

White with #BCDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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