Html Css Color HEX #BCE0EE Onahau

📋 copy color: '#BCE0EE'

red 188 ◦ green 224 ◦ blue 238

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

Shades of Onahau #BCE0EE

Tints of Onahau #BCE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.46%

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 28.92%
G = 34.46%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE0EE (or 0xBCE0EE) is known color: Onahau. HEX triplet: BC, E0 and EE. RGB value is (188,224,238). Sum of RGB (Red+Green+Blue) = 188+224+238=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0EE is #431F11. Grayscale: #D6D6D6. Windows color (decimal): -4398866 or 15655100. OLE color: 15655100.

HSL color Cylindrical-coordinate representation of color #BCE0EE: hue angle of 196.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE0EE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 224 238 -
CMYK 0.21 0.06 0 0.07
HSL 196.8º 0.6% 0.84% -
HSV(B) 196.8º 0.21% 0.93% -
XYZ 62.83 70.18 91.12 -
YUV 214.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 188 224 238 0.21 0.06 0 0.07 196.8 0.6 0.84
Hex BC E0 EE 15 6 0 7 C5 3C 54
Octal 274 340 356 25 6 0 7 305 74 124
Binary 10111100 11100000 11101110 10101 110 0 111 11000101 111100 1010100

Color Harmonies of #BCE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0EE

Black with #BCE0EE

Text Example


Text Example

White with #BCE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0EE; }

 p { color: rgb(188,224,238); }

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

background-color css

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

 a { background-color: rgb(188,224,238); }

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

border-color css

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

 span { border-color: rgb(188,224,238); }

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