Html Css Color HEX #BBEEFF Onahau

📋 copy color: '#BBEEFF'

red 187 ◦ green 238 ◦ blue 255

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

Shades of Onahau #BBEEFF

Tints of Onahau #BBEEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35%

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

R = 27.5%
G = 35%
B = 37.5%

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

#BBEEFF (or 0xBBEEFF) is known color: Onahau. HEX triplet: BB, EE and FF. RGB value is (187,238,255). Sum of RGB (Red+Green+Blue) = 187+238+255=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFF is #441100. Grayscale: #E0E0E0. Windows color (decimal): -4460801 or 16772795. OLE color: 16772795.

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

Color convert

RGB 187 238 255 -
CMYK 0.27 0.07 0 0
HSL 195º 1% 0.87% -
HSV(B) 195º 0.27% 1% -
XYZ 69.12 78.93 106.2 -
YUV 224.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 187 238 255 0.27 0.07 0 0 195 1 0.87
Hex BB EE FF 1B 7 0 0 C3 64 57
Octal 273 356 377 33 7 0 0 303 144 127
Binary 10111011 11101110 11111111 11011 111 0 0 11000011 1100100 1010111

Color Harmonies of #BBEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEFF

Black with #BBEEFF

Text Example


Text Example

White with #BBEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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