Html Css Color HEX #BBE6FE Onahau

📋 copy color: '#BBE6FE'

red 187 ◦ green 230 ◦ blue 254

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

Shades of Onahau #BBE6FE

Tints of Onahau #BBE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.28%

 BLUE value IS 254 (99.61% from 255) = 37.85%

R = 27.87%
G = 34.28%
B = 37.85%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBE6FE (or 0xBBE6FE) is known color: Onahau. HEX triplet: BB, E6 and FE. RGB value is (187,230,254). Sum of RGB (Red+Green+Blue) = 187+230+254=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FE is #441901. Grayscale: #DBDBDB. Windows color (decimal): -4462850 or 16705211. OLE color: 16705211.

HSL color Cylindrical-coordinate representation of color #BBE6FE: hue angle of 201.49º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE6FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 230 254 -
CMYK 0.26 0.09 0 0.00
HSL 201.49º 0.97% 0.86% -
HSV(B) 201.49º 0.26% 1% -
XYZ 66.68 74.31 104.6 -
YUV 219.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 187 230 254 0.26 0.09 0 0.00 201.49 0.97 0.86
Hex BB E6 FE 1A 9 0 0 C9 61 56
Octal 273 346 376 32 11 0 0 311 141 126
Binary 10111011 11100110 11111110 11010 1001 0 0 11001001 1100001 1010110

Color Harmonies of #BBE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6FE

Black with #BBE6FE

Text Example


Text Example

White with #BBE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6FE; }

 p { color: rgb(187,230,254); }

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

background-color css

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

 a { background-color: rgb(187,230,254); }

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

border-color css

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

 span { border-color: rgb(187,230,254); }

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