Html Css Color HEX #BBE9FC Onahau

📋 copy color: '#BBE9FC'

red 187 ◦ green 233 ◦ blue 252

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

Shades of Onahau #BBE9FC

Tints of Onahau #BBE9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.67%

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

R = 27.83%
G = 34.67%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBE9FC (or 0xBBE9FC) is known color: Onahau. HEX triplet: BB, E9 and FC. RGB value is (187,233,252). Sum of RGB (Red+Green+Blue) = 187+233+252=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9FC is #441603. Grayscale: #DDDDDD. Windows color (decimal): -4462084 or 16574907. OLE color: 16574907.

HSL color Cylindrical-coordinate representation of color #BBE9FC: hue angle of 197.54º 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 #BBE9FC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 233 252 -
CMYK 0.26 0.08 0 0.01
HSL 197.54º 0.92% 0.86% -
HSV(B) 197.54º 0.26% 0.99% -
XYZ 67.2 75.87 103.2 -
YUV 221.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 187 233 252 0.26 0.08 0 0.01 197.54 0.92 0.86
Hex BB E9 FC 1A 8 0 1 C6 5C 56
Octal 273 351 374 32 10 0 1 306 134 126
Binary 10111011 11101001 11111100 11010 1000 0 1 11000110 1011100 1010110

Color Harmonies of #BBE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9FC

Black with #BBE9FC

Text Example


Text Example

White with #BBE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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