Html Css Color HEX #BBEAFA Onahau

📋 copy color: '#BBEAFA'

red 187 ◦ green 234 ◦ blue 250

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

Shades of Onahau #BBEAFA

Tints of Onahau #BBEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 27.87%
G = 34.87%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEAFA (or 0xBBEAFA) is known color: Onahau. HEX triplet: BB, EA and FA. RGB value is (187,234,250). Sum of RGB (Red+Green+Blue) = 187+234+250=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFA is #441505. Grayscale: #DDDDDD. Windows color (decimal): -4461830 or 16444091. OLE color: 16444091.

HSL color Cylindrical-coordinate representation of color #BBEAFA: hue angle of 195.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEAFA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 234 250 -
CMYK 0.25 0.06 0 0.02
HSL 195.24º 0.86% 0.86% -
HSV(B) 195.24º 0.25% 0.98% -
XYZ 67.17 76.31 101.63 -
YUV 221.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 187 234 250 0.25 0.06 0 0.02 195.24 0.86 0.86
Hex BB EA FA 19 6 0 2 C3 56 56
Octal 273 352 372 31 6 0 2 303 126 126
Binary 10111011 11101010 11111010 11001 110 0 10 11000011 1010110 1010110

Color Harmonies of #BBEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAFA

Black with #BBEAFA

Text Example


Text Example

White with #BBEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAFA; }

 p { color: rgb(187,234,250); }

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

background-color css

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

 a { background-color: rgb(187,234,250); }

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

border-color css

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

 span { border-color: rgb(187,234,250); }

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