Html Css Color HEX #BBE1E6 Onahau

📋 copy color: '#BBE1E6'

red 187 ◦ green 225 ◦ blue 230

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

Shades of Onahau #BBE1E6

Tints of Onahau #BBE1E6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

 BLUE value IS 230 (90.23% from 255) = 35.83%

R = 29.13%
G = 35.05%
B = 35.83%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBE1E6 (or 0xBBE1E6) is known color: Onahau. HEX triplet: BB, E1 and E6. RGB value is (187,225,230). Sum of RGB (Red+Green+Blue) = 187+225+230=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1E6 is #441E19. Grayscale: #D6D6D6. Windows color (decimal): -4464154 or 15131067. OLE color: 15131067.

HSL color Cylindrical-coordinate representation of color #BBE1E6: hue angle of 186.98º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE1E6 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 225 230 -
CMYK 0.19 0.02 0 0.10
HSL 186.98º 0.46% 0.82% -
HSV(B) 186.98º 0.19% 0.9% -
XYZ 61.7 70.13 85.15 -
YUV 214.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 187 225 230 0.19 0.02 0 0.10 186.98 0.46 0.82
Hex BB E1 E6 13 2 0 A BB 2E 52
Octal 273 341 346 23 2 0 12 273 56 122
Binary 10111011 11100001 11100110 10011 10 0 1010 10111011 101110 1010010

Color Harmonies of #BBE1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1E6

Black with #BBE1E6

Text Example


Text Example

White with #BBE1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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