Html Css Color HEX #BBE7FF Onahau

📋 copy color: '#BBE7FF'

red 187 ◦ green 231 ◦ blue 255

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

Shades of Onahau #BBE7FF

Tints of Onahau #BBE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.32%

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

R = 27.79%
G = 34.32%
B = 37.89%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBE7FF (or 0xBBE7FF) is known color: Onahau. HEX triplet: BB, E7 and FF. RGB value is (187,231,255). Sum of RGB (Red+Green+Blue) = 187+231+255=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7FF is #441800. Grayscale: #DCDCDC. Windows color (decimal): -4462593 or 16771003. OLE color: 16771003.

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

Color convert

RGB 187 231 255 -
CMYK 0.27 0.09 0 0
HSL 201.18º 1% 0.87% -
HSV(B) 201.18º 0.27% 1% -
XYZ 67.12 74.94 105.53 -
YUV 220.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 187 231 255 0.27 0.09 0 0 201.18 1 0.87
Hex BB E7 FF 1B 9 0 0 C9 64 57
Octal 273 347 377 33 11 0 0 311 144 127
Binary 10111011 11100111 11111111 11011 1001 0 0 11001001 1100100 1010111

Color Harmonies of #BBE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7FF

Black with #BBE7FF

Text Example


Text Example

White with #BBE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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