Html Css Color HEX #BCEEF6 Onahau

📋 copy color: '#BCEEF6'

red 188 ◦ green 238 ◦ blue 246

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

Shades of Onahau #BCEEF6

Tints of Onahau #BCEEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 27.98%
G = 35.42%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCEEF6 (or 0xBCEEF6) is known color: Onahau. HEX triplet: BC, EE and F6. RGB value is (188,238,246). Sum of RGB (Red+Green+Blue) = 188+238+246=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF6 is #431109. Grayscale: #DFDFDF. Windows color (decimal): -4395274 or 16182972. OLE color: 16182972.

HSL color Cylindrical-coordinate representation of color #BCEEF6: hue angle of 188.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEEF6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 238 246 -
CMYK 0.24 0.03 0 0.04
HSL 188.28º 0.76% 0.85% -
HSV(B) 188.28º 0.24% 0.96% -
XYZ 67.95 78.49 98.76 -
YUV 223.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 188 238 246 0.24 0.03 0 0.04 188.28 0.76 0.85
Hex BC EE F6 18 3 0 4 BC 4C 55
Octal 274 356 366 30 3 0 4 274 114 125
Binary 10111100 11101110 11110110 11000 11 0 100 10111100 1001100 1010101

Color Harmonies of #BCEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEF6

Black with #BCEEF6

Text Example


Text Example

White with #BCEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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