Html Css Color HEX #BCECF0 Onahau

📋 copy color: '#BCECF0'

red 188 ◦ green 236 ◦ blue 240

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

Shades of Onahau #BCECF0

Tints of Onahau #BCECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.54%

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 28.31%
G = 35.54%
B = 36.14%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCECF0 (or 0xBCECF0) is known color: Onahau. HEX triplet: BC, EC and F0. RGB value is (188,236,240). Sum of RGB (Red+Green+Blue) = 188+236+240=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF0 is #43130F. Grayscale: #DEDEDE. Windows color (decimal): -4395792 or 15789244. OLE color: 15789244.

HSL color Cylindrical-coordinate representation of color #BCECF0: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCECF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 236 240 -
CMYK 0.22 0.02 0 0.06
HSL 184.62º 0.63% 0.84% -
HSV(B) 184.62º 0.22% 0.94% -
XYZ 66.46 76.97 93.79 -
YUV 222.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 188 236 240 0.22 0.02 0 0.06 184.62 0.63 0.84
Hex BC EC F0 16 2 0 6 B9 3F 54
Octal 274 354 360 26 2 0 6 271 77 124
Binary 10111100 11101100 11110000 10110 10 0 110 10111001 111111 1010100

Color Harmonies of #BCECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECF0

Black with #BCECF0

Text Example


Text Example

White with #BCECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECF0; }

 p { color: rgb(188,236,240); }

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

background-color css

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

 a { background-color: rgb(188,236,240); }

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

border-color css

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

 span { border-color: rgb(188,236,240); }

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