Html Css Color HEX #BCEEF2 Onahau

📋 copy color: '#BCEEF2'

red 188 ◦ green 238 ◦ blue 242

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

Shades of Onahau #BCEEF2

Tints of Onahau #BCEEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.63%

 BLUE value IS 242 (94.92% from 255) = 36.23%

R = 28.14%
G = 35.63%
B = 36.23%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEEF2 (or 0xBCEEF2) is known color: Onahau. HEX triplet: BC, EE and F2. RGB value is (188,238,242). Sum of RGB (Red+Green+Blue) = 188+238+242=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF2 is #43110D. Grayscale: #DFDFDF. Windows color (decimal): -4395278 or 15920828. OLE color: 15920828.

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

Color convert

RGB 188 238 242 -
CMYK 0.22 0.02 0 0.05
HSL 184.44º 0.68% 0.84% -
HSV(B) 184.44º 0.22% 0.95% -
XYZ 67.34 78.25 95.56 -
YUV 223.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 188 238 242 0.22 0.02 0 0.05 184.44 0.68 0.84
Hex BC EE F2 16 2 0 5 B8 44 54
Octal 274 356 362 26 2 0 5 270 104 124
Binary 10111100 11101110 11110010 10110 10 0 101 10111000 1000100 1010100

Color Harmonies of #BCEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEF2

Black with #BCEEF2

Text Example


Text Example

White with #BCEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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