Html Css Color HEX #BCECEE Onahau

📋 copy color: '#BCECEE'

red 188 ◦ green 236 ◦ blue 238

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

Shades of Onahau #BCECEE

Tints of Onahau #BCECEE

RGB

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

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

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

R = 28.4%
G = 35.65%
B = 35.95%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCECEE (or 0xBCECEE) is known color: Onahau. HEX triplet: BC, EC and EE. RGB value is (188,236,238). Sum of RGB (Red+Green+Blue) = 188+236+238=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECEE is #431311. Grayscale: #DDDDDD. Windows color (decimal): -4395794 or 15658172. OLE color: 15658172.

HSL color Cylindrical-coordinate representation of color #BCECEE: hue angle of 182.4º 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 #BCECEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 238 -
CMYK 0.21 0.01 0 0.07
HSL 182.4º 0.6% 0.84% -
HSV(B) 182.4º 0.21% 0.93% -
XYZ 66.17 76.86 92.24 -
YUV 221.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 188 236 238 0.21 0.01 0 0.07 182.4 0.6 0.84
Hex BC EC EE 15 1 0 7 B6 3C 54
Octal 274 354 356 25 1 0 7 266 74 124
Binary 10111100 11101100 11101110 10101 1 0 111 10110110 111100 1010100

Color Harmonies of #BCECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECEE

Black with #BCECEE

Text Example


Text Example

White with #BCECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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