Html Css Color HEX #BCE7E8 Onahau

📋 copy color: '#BCE7E8'

red 188 ◦ green 231 ◦ blue 232

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

Shades of Onahau #BCE7E8

Tints of Onahau #BCE7E8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.48%

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 28.88%
G = 35.48%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCE7E8 (or 0xBCE7E8) is known color: Onahau. HEX triplet: BC, E7 and E8. RGB value is (188,231,232). Sum of RGB (Red+Green+Blue) = 188+231+232=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCE7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7E8 is #431817. Grayscale: #DADADA. Windows color (decimal): -4397080 or 15263676. OLE color: 15263676.

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

Color convert

RGB 188 231 232 -
CMYK 0.19 0.00 0 0.09
HSL 181.36º 0.49% 0.82% -
HSV(B) 181.36º 0.19% 0.91% -
XYZ 63.88 73.67 87.2 -
YUV 218.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 188 231 232 0.19 0.00 0 0.09 181.36 0.49 0.82
Hex BC E7 E8 13 0 0 9 B5 31 52
Octal 274 347 350 23 0 0 11 265 61 122
Binary 10111100 11100111 11101000 10011 0 0 1001 10110101 110001 1010010

Color Harmonies of #BCE7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7E8

Black with #BCE7E8

Text Example


Text Example

White with #BCE7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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