Html Css Color HEX #BBEAF2 Onahau

📋 copy color: '#BBEAF2'

red 187 ◦ green 234 ◦ blue 242

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

Shades of Onahau #BBEAF2

Tints of Onahau #BBEAF2

RGB

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

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

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

R = 28.21%
G = 35.29%
B = 36.5%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEAF2 (or 0xBBEAF2) is known color: Onahau. HEX triplet: BB, EA and F2. RGB value is (187,234,242). Sum of RGB (Red+Green+Blue) = 187+234+242=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF2 is #44150D. Grayscale: #DCDCDC. Windows color (decimal): -4461838 or 15919803. OLE color: 15919803.

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

Color convert

RGB 187 234 242 -
CMYK 0.23 0.03 0 0.05
HSL 188.73º 0.68% 0.84% -
HSV(B) 188.73º 0.23% 0.95% -
XYZ 65.94 75.82 95.16 -
YUV 220.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 187 234 242 0.23 0.03 0 0.05 188.73 0.68 0.84
Hex BB EA F2 17 3 0 5 BD 44 54
Octal 273 352 362 27 3 0 5 275 104 124
Binary 10111011 11101010 11110010 10111 11 0 101 10111101 1000100 1010100

Color Harmonies of #BBEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF2

Black with #BBEAF2

Text Example


Text Example

White with #BBEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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