Html Css Color HEX #BBE4F2 Onahau

📋 copy color: '#BBE4F2'

red 187 ◦ green 228 ◦ blue 242

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

Shades of Onahau #BBE4F2

Tints of Onahau #BBE4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.7%

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 28.46%
G = 34.7%
B = 36.83%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBE4F2 (or 0xBBE4F2) is known color: Onahau. HEX triplet: BB, E4 and F2. RGB value is (187,228,242). Sum of RGB (Red+Green+Blue) = 187+228+242=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F2 is #441B0D. Grayscale: #D9D9D9. Windows color (decimal): -4463374 or 15918267. OLE color: 15918267.

HSL color Cylindrical-coordinate representation of color #BBE4F2: hue angle of 195.27º degrees, saturation: 0.68, 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 #BBE4F2 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 228 242 -
CMYK 0.23 0.06 0 0.05
HSL 195.27º 0.68% 0.84% -
HSV(B) 195.27º 0.23% 0.95% -
XYZ 64.26 72.46 94.6 -
YUV 217.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 187 228 242 0.23 0.06 0 0.05 195.27 0.68 0.84
Hex BB E4 F2 17 6 0 5 C3 44 54
Octal 273 344 362 27 6 0 5 303 104 124
Binary 10111011 11100100 11110010 10111 110 0 101 11000011 1000100 1010100

Color Harmonies of #BBE4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4F2

Black with #BBE4F2

Text Example


Text Example

White with #BBE4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4F2; }

 p { color: rgb(187,228,242); }

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

background-color css

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

 a { background-color: rgb(187,228,242); }

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

border-color css

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

 span { border-color: rgb(187,228,242); }

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