Html Css Color HEX #BCEFFB Onahau

📋 copy color: '#BCEFFB'

red 188 ◦ green 239 ◦ blue 251

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

Shades of Onahau #BCEFFB

Tints of Onahau #BCEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.02%

R = 27.73%
G = 35.25%
B = 37.02%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCEFFB (or 0xBCEFFB) is known color: Onahau. HEX triplet: BC, EF and FB. RGB value is (188,239,251). Sum of RGB (Red+Green+Blue) = 188+239+251=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFB is #431004. Grayscale: #E1E1E1. Windows color (decimal): -4395013 or 16510908. OLE color: 16510908.

HSL color Cylindrical-coordinate representation of color #BCEFFB: hue angle of 191.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEFFB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 239 251 -
CMYK 0.25 0.05 0 0.02
HSL 191.43º 0.89% 0.86% -
HSV(B) 191.43º 0.25% 0.98% -
XYZ 69.02 79.39 102.95 -
YUV 225.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 188 239 251 0.25 0.05 0 0.02 191.43 0.89 0.86
Hex BC EF FB 19 5 0 2 BF 59 56
Octal 274 357 373 31 5 0 2 277 131 126
Binary 10111100 11101111 11111011 11001 101 0 10 10111111 1011001 1010110

Color Harmonies of #BCEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFFB

Black with #BCEFFB

Text Example


Text Example

White with #BCEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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