Html Css Color HEX #BCE0EA Onahau

📋 copy color: '#BCE0EA'

red 188 ◦ green 224 ◦ blue 234

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

Shades of Onahau #BCE0EA

Tints of Onahau #BCE0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 29.1%
G = 34.67%
B = 36.22%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE0EA (or 0xBCE0EA) is known color: Onahau. HEX triplet: BC, E0 and EA. RGB value is (188,224,234). Sum of RGB (Red+Green+Blue) = 188+224+234=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0EA is #431F15. Grayscale: #D6D6D6. Windows color (decimal): -4398870 or 15392956. OLE color: 15392956.

HSL color Cylindrical-coordinate representation of color #BCE0EA: hue angle of 193.04º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE0EA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 224 234 -
CMYK 0.20 0.04 0 0.08
HSL 193.04º 0.52% 0.83% -
HSV(B) 193.04º 0.2% 0.92% -
XYZ 62.25 69.94 88.06 -
YUV 214.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 188 224 234 0.20 0.04 0 0.08 193.04 0.52 0.83
Hex BC E0 EA 14 4 0 8 C1 34 53
Octal 274 340 352 24 4 0 10 301 64 123
Binary 10111100 11100000 11101010 10100 100 0 1000 11000001 110100 1010011

Color Harmonies of #BCE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0EA

Black with #BCE0EA

Text Example


Text Example

White with #BCE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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