Html Css Color HEX #BBE3F3 Onahau

📋 copy color: '#BBE3F3'

red 187 ◦ green 227 ◦ blue 243

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

Shades of Onahau #BBE3F3

Tints of Onahau #BBE3F3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.55%

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 28.46%
G = 34.55%
B = 36.99%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE3F3 (or 0xBBE3F3) is known color: Onahau. HEX triplet: BB, E3 and F3. RGB value is (187,227,243). Sum of RGB (Red+Green+Blue) = 187+227+243=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3F3 is #441C0C. Grayscale: #D8D8D8. Windows color (decimal): -4463629 or 15983547. OLE color: 15983547.

HSL color Cylindrical-coordinate representation of color #BBE3F3: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE3F3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 227 243 -
CMYK 0.23 0.07 0 0.05
HSL 197.14º 0.7% 0.84% -
HSV(B) 197.14º 0.23% 0.95% -
XYZ 64.14 71.97 95.31 -
YUV 216.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 187 227 243 0.23 0.07 0 0.05 197.14 0.7 0.84
Hex BB E3 F3 17 7 0 5 C5 46 54
Octal 273 343 363 27 7 0 5 305 106 124
Binary 10111011 11100011 11110011 10111 111 0 101 11000101 1000110 1010100

Color Harmonies of #BBE3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3F3

Black with #BBE3F3

Text Example


Text Example

White with #BBE3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3F3; }

 p { color: rgb(187,227,243); }

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

background-color css

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

 a { background-color: rgb(187,227,243); }

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

border-color css

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

 span { border-color: rgb(187,227,243); }

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