Html Css Color HEX #BCEFF6 Onahau

📋 copy color: '#BCEFF6'

red 188 ◦ green 239 ◦ blue 246

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

Shades of Onahau #BCEFF6

Tints of Onahau #BCEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.51%

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

R = 27.93%
G = 35.51%
B = 36.55%

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

#BCEFF6 (or 0xBCEFF6) is known color: Onahau. HEX triplet: BC, EF and F6. RGB value is (188,239,246). Sum of RGB (Red+Green+Blue) = 188+239+246=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF6 is #431009. Grayscale: #E0E0E0. Windows color (decimal): -4395018 or 16183228. OLE color: 16183228.

HSL color Cylindrical-coordinate representation of color #BCEFF6: hue angle of 187.24º 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 #BCEFF6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 239 246 -
CMYK 0.24 0.03 0 0.04
HSL 187.24º 0.76% 0.85% -
HSV(B) 187.24º 0.24% 0.96% -
XYZ 68.24 79.08 98.86 -
YUV 224.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 188 239 246 0.24 0.03 0 0.04 187.24 0.76 0.85
Hex BC EF F6 18 3 0 4 BB 4C 55
Octal 274 357 366 30 3 0 4 273 114 125
Binary 10111100 11101111 11110110 11000 11 0 100 10111011 1001100 1010101

Color Harmonies of #BCEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFF6

Black with #BCEFF6

Text Example


Text Example

White with #BCEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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