Html Css Color HEX #BBEAF0 Onahau

📋 copy color: '#BBEAF0'

red 187 ◦ green 234 ◦ blue 240

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

Shades of Onahau #BBEAF0

Tints of Onahau #BBEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.31%

R = 28.29%
G = 35.4%
B = 36.31%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBEAF0 (or 0xBBEAF0) is known color: Onahau. HEX triplet: BB, EA and F0. RGB value is (187,234,240). Sum of RGB (Red+Green+Blue) = 187+234+240=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF0 is #44150F. Grayscale: #DCDCDC. Windows color (decimal): -4461840 or 15788731. OLE color: 15788731.

HSL color Cylindrical-coordinate representation of color #BBEAF0: hue angle of 186.79º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEAF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 234 240 -
CMYK 0.22 0.02 0 0.06
HSL 186.79º 0.64% 0.84% -
HSV(B) 186.79º 0.22% 0.94% -
XYZ 65.64 75.7 93.59 -
YUV 220.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 187 234 240 0.22 0.02 0 0.06 186.79 0.64 0.84
Hex BB EA F0 16 2 0 6 BB 40 54
Octal 273 352 360 26 2 0 6 273 100 124
Binary 10111011 11101010 11110000 10110 10 0 110 10111011 1000000 1010100

Color Harmonies of #BBEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF0

Black with #BBEAF0

Text Example


Text Example

White with #BBEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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