Html Css Color HEX #BBEAF3 Onahau

📋 copy color: '#BBEAF3'

red 187 ◦ green 234 ◦ blue 243

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

Shades of Onahau #BBEAF3

Tints of Onahau #BBEAF3

RGB

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

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

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

R = 28.16%
G = 35.24%
B = 36.6%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEAF3 (or 0xBBEAF3) is known color: Onahau. HEX triplet: BB, EA and F3. RGB value is (187,234,243). Sum of RGB (Red+Green+Blue) = 187+234+243=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF3 is #44150C. Grayscale: #DCDCDC. Windows color (decimal): -4461837 or 15985339. OLE color: 15985339.

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

Color convert

RGB 187 234 243 -
CMYK 0.23 0.04 0 0.05
HSL 189.64º 0.7% 0.84% -
HSV(B) 189.64º 0.23% 0.95% -
XYZ 66.09 75.88 95.96 -
YUV 220.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 187 234 243 0.23 0.04 0 0.05 189.64 0.7 0.84
Hex BB EA F3 17 4 0 5 BE 46 54
Octal 273 352 363 27 4 0 5 276 106 124
Binary 10111011 11101010 11110011 10111 100 0 101 10111110 1000110 1010100

Color Harmonies of #BBEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF3

Black with #BBEAF3

Text Example


Text Example

White with #BBEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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