Html Css Color HEX #BBE5FC Onahau

📋 copy color: '#BBE5FC'

red 187 ◦ green 229 ◦ blue 252

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

Shades of Onahau #BBE5FC

Tints of Onahau #BBE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 252 (98.83% from 255) = 37.72%

R = 27.99%
G = 34.28%
B = 37.72%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBE5FC (or 0xBBE5FC) is known color: Onahau. HEX triplet: BB, E5 and FC. RGB value is (187,229,252). Sum of RGB (Red+Green+Blue) = 187+229+252=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FC is #441A03. Grayscale: #DADADA. Windows color (decimal): -4463108 or 16573883. OLE color: 16573883.

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

Color convert

RGB 187 229 252 -
CMYK 0.26 0.09 0 0.01
HSL 201.23º 0.92% 0.86% -
HSV(B) 201.23º 0.26% 0.99% -
XYZ 66.08 73.63 102.82 -
YUV 219.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 187 229 252 0.26 0.09 0 0.01 201.23 0.92 0.86
Hex BB E5 FC 1A 9 0 1 C9 5C 56
Octal 273 345 374 32 11 0 1 311 134 126
Binary 10111011 11100101 11111100 11010 1001 0 1 11001001 1011100 1010110

Color Harmonies of #BBE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5FC

Black with #BBE5FC

Text Example


Text Example

White with #BBE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5FC; }

 p { color: rgb(187,229,252); }

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

background-color css

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

 a { background-color: rgb(187,229,252); }

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

border-color css

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

 span { border-color: rgb(187,229,252); }

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