Html Css Color HEX #BBECFF Onahau

📋 copy color: '#BBECFF'

red 187 ◦ green 236 ◦ blue 255

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

Shades of Onahau #BBECFF

Tints of Onahau #BBECFF

RGB

 RED value IS 187 (73.44% from 255) = 27.58%

 GREEN value IS 236 (92.58% from 255) = 34.81%

 BLUE value IS 255 (100% from 255) = 37.61%

R = 27.58%
G = 34.81%
B = 37.61%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBECFF (or 0xBBECFF) is known color: Onahau. HEX triplet: BB, EC and FF. RGB value is (187,236,255). Sum of RGB (Red+Green+Blue) = 187+236+255=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFF is #441300. Grayscale: #DFDFDF. Windows color (decimal): -4461313 or 16772283. OLE color: 16772283.

HSL color Cylindrical-coordinate representation of color #BBECFF: hue angle of 196.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBECFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 236 255 -
CMYK 0.27 0.07 0 0
HSL 196.76º 1% 0.87% -
HSV(B) 196.76º 0.27% 1% -
XYZ 68.54 77.78 106.01 -
YUV 223.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 187 236 255 0.27 0.07 0 0 196.76 1 0.87
Hex BB EC FF 1B 7 0 0 C5 64 57
Octal 273 354 377 33 7 0 0 305 144 127
Binary 10111011 11101100 11111111 11011 111 0 0 11000101 1100100 1010111

Color Harmonies of #BBECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECFF

Black with #BBECFF

Text Example


Text Example

White with #BBECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECFF; }

 p { color: rgb(187,236,255); }

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

background-color css

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

 a { background-color: rgb(187,236,255); }

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

border-color css

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

 span { border-color: rgb(187,236,255); }

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