Html Css Color HEX #BCEBFB Onahau

📋 copy color: '#BCEBFB'

red 188 ◦ green 235 ◦ blue 251

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

Shades of Onahau #BCEBFB

Tints of Onahau #BCEBFB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.87%

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

R = 27.89%
G = 34.87%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCEBFB (or 0xBCEBFB) is known color: Onahau. HEX triplet: BC, EB and FB. RGB value is (188,235,251). Sum of RGB (Red+Green+Blue) = 188+235+251=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFB is #431404. Grayscale: #DEDEDE. Windows color (decimal): -4396037 or 16509884. OLE color: 16509884.

HSL color Cylindrical-coordinate representation of color #BCEBFB: hue angle of 195.24º 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 #BCEBFB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 235 251 -
CMYK 0.25 0.06 0 0.02
HSL 195.24º 0.89% 0.86% -
HSV(B) 195.24º 0.25% 0.98% -
XYZ 67.86 77.07 102.57 -
YUV 222.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 188 235 251 0.25 0.06 0 0.02 195.24 0.89 0.86
Hex BC EB FB 19 6 0 2 C3 59 56
Octal 274 353 373 31 6 0 2 303 131 126
Binary 10111100 11101011 11111011 11001 110 0 10 11000011 1011001 1010110

Color Harmonies of #BCEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBFB

Black with #BCEBFB

Text Example


Text Example

White with #BCEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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