Html Css Color HEX #BCEFF8 Onahau

📋 copy color: '#BCEFF8'

red 188 ◦ green 239 ◦ blue 248

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

Shades of Onahau #BCEFF8

Tints of Onahau #BCEFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.74%

R = 27.85%
G = 35.41%
B = 36.74%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCEFF8 (or 0xBCEFF8) is known color: Onahau. HEX triplet: BC, EF and F8. RGB value is (188,239,248). Sum of RGB (Red+Green+Blue) = 188+239+248=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF8 is #431007. Grayscale: #E0E0E0. Windows color (decimal): -4395016 or 16314300. OLE color: 16314300.

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

Color convert

RGB 188 239 248 -
CMYK 0.24 0.04 0 0.03
HSL 189º 0.81% 0.85% -
HSV(B) 189º 0.24% 0.97% -
XYZ 68.55 79.2 100.48 -
YUV 224.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 188 239 248 0.24 0.04 0 0.03 189 0.81 0.85
Hex BC EF F8 18 4 0 3 BD 51 55
Octal 274 357 370 30 4 0 3 275 121 125
Binary 10111100 11101111 11111000 11000 100 0 11 10111101 1010001 1010101

Color Harmonies of #BCEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFF8

Black with #BCEFF8

Text Example


Text Example

White with #BCEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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