Html Css Color HEX #BCE7ED Onahau

📋 copy color: '#BCE7ED'

red 188 ◦ green 231 ◦ blue 237

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

Shades of Onahau #BCE7ED

Tints of Onahau #BCE7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 28.66%
G = 35.21%
B = 36.13%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE7ED (or 0xBCE7ED) is known color: Onahau. HEX triplet: BC, E7 and ED. RGB value is (188,231,237). Sum of RGB (Red+Green+Blue) = 188+231+237=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7ED is #431812. Grayscale: #DADADA. Windows color (decimal): -4397075 or 15591356. OLE color: 15591356.

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

Color convert

RGB 188 231 237 -
CMYK 0.21 0.03 0 0.07
HSL 187.35º 0.58% 0.83% -
HSV(B) 187.35º 0.21% 0.93% -
XYZ 64.6 73.96 90.99 -
YUV 218.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 188 231 237 0.21 0.03 0 0.07 187.35 0.58 0.83
Hex BC E7 ED 15 3 0 7 BB 3A 53
Octal 274 347 355 25 3 0 7 273 72 123
Binary 10111100 11100111 11101101 10101 11 0 111 10111011 111010 1010011

Color Harmonies of #BCE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7ED

Black with #BCE7ED

Text Example


Text Example

White with #BCE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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