Html Css Color HEX #BCE1EE Onahau

📋 copy color: '#BCE1EE'

red 188 ◦ green 225 ◦ blue 238

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

Shades of Onahau #BCE1EE

Tints of Onahau #BCE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

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

R = 28.88%
G = 34.56%
B = 36.56%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE1EE (or 0xBCE1EE) is known color: Onahau. HEX triplet: BC, E1 and EE. RGB value is (188,225,238). Sum of RGB (Red+Green+Blue) = 188+225+238=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1EE is #431E11. Grayscale: #D7D7D7. Windows color (decimal): -4398610 or 15655356. OLE color: 15655356.

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

Color convert

RGB 188 225 238 -
CMYK 0.21 0.05 0 0.07
HSL 195.6º 0.6% 0.84% -
HSV(B) 195.6º 0.21% 0.93% -
XYZ 63.1 70.71 91.21 -
YUV 215.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 188 225 238 0.21 0.05 0 0.07 195.6 0.6 0.84
Hex BC E1 EE 15 5 0 7 C4 3C 54
Octal 274 341 356 25 5 0 7 304 74 124
Binary 10111100 11100001 11101110 10101 101 0 111 11000100 111100 1010100

Color Harmonies of #BCE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1EE

Black with #BCE1EE

Text Example


Text Example

White with #BCE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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