Html Css Color HEX #BBE6FF Onahau

📋 copy color: '#BBE6FF'

red 187 ◦ green 230 ◦ blue 255

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

Shades of Onahau #BBE6FF

Tints of Onahau #BBE6FF

RGB

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

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

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

R = 27.83%
G = 34.23%
B = 37.95%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBE6FF (or 0xBBE6FF) is known color: Onahau. HEX triplet: BB, E6 and FF. RGB value is (187,230,255). Sum of RGB (Red+Green+Blue) = 187+230+255=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FF is #441900. Grayscale: #DBDBDB. Windows color (decimal): -4462849 or 16770747. OLE color: 16770747.

HSL color Cylindrical-coordinate representation of color #BBE6FF: hue angle of 202.06º 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 #BBE6FF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 230 255 -
CMYK 0.27 0.10 0 0
HSL 202.06º 1% 0.87% -
HSV(B) 202.06º 0.27% 1% -
XYZ 66.84 74.38 105.44 -
YUV 219.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 187 230 255 0.27 0.10 0 0 202.06 1 0.87
Hex BB E6 FF 1B A 0 0 CA 64 57
Octal 273 346 377 33 12 0 0 312 144 127
Binary 10111011 11100110 11111111 11011 1010 0 0 11001010 1100100 1010111

Color Harmonies of #BBE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6FF

Black with #BBE6FF

Text Example


Text Example

White with #BBE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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