Html Css Color HEX #BBEEFA Onahau

📋 copy color: '#BBEEFA'

red 187 ◦ green 238 ◦ blue 250

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

Shades of Onahau #BBEEFA

Tints of Onahau #BBEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.26%

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

R = 27.7%
G = 35.26%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBEEFA (or 0xBBEEFA) is known color: Onahau. HEX triplet: BB, EE and FA. RGB value is (187,238,250). Sum of RGB (Red+Green+Blue) = 187+238+250=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFA is #441105. Grayscale: #E0E0E0. Windows color (decimal): -4460806 or 16445115. OLE color: 16445115.

HSL color Cylindrical-coordinate representation of color #BBEEFA: hue angle of 191.43º 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 #BBEEFA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 238 250 -
CMYK 0.25 0.05 0 0.02
HSL 191.43º 0.86% 0.86% -
HSV(B) 191.43º 0.25% 0.98% -
XYZ 68.32 78.62 102.02 -
YUV 224.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 187 238 250 0.25 0.05 0 0.02 191.43 0.86 0.86
Hex BB EE FA 19 5 0 2 BF 56 56
Octal 273 356 372 31 5 0 2 277 126 126
Binary 10111011 11101110 11111010 11001 101 0 10 10111111 1010110 1010110

Color Harmonies of #BBEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEFA

Black with #BBEEFA

Text Example


Text Example

White with #BBEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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