Html Css Color HEX #BBEAF1 Onahau

📋 copy color: '#BBEAF1'

red 187 ◦ green 234 ◦ blue 241

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

Shades of Onahau #BBEAF1

Tints of Onahau #BBEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 28.25%
G = 35.35%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEAF1 (or 0xBBEAF1) is known color: Onahau. HEX triplet: BB, EA and F1. RGB value is (187,234,241). Sum of RGB (Red+Green+Blue) = 187+234+241=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF1 is #44150E. Grayscale: #DCDCDC. Windows color (decimal): -4461839 or 15854267. OLE color: 15854267.

HSL color Cylindrical-coordinate representation of color #BBEAF1: hue angle of 187.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEAF1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 234 241 -
CMYK 0.22 0.03 0 0.05
HSL 187.78º 0.66% 0.84% -
HSV(B) 187.78º 0.22% 0.95% -
XYZ 65.79 75.76 94.37 -
YUV 220.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 187 234 241 0.22 0.03 0 0.05 187.78 0.66 0.84
Hex BB EA F1 16 3 0 5 BC 42 54
Octal 273 352 361 26 3 0 5 274 102 124
Binary 10111011 11101010 11110001 10110 11 0 101 10111100 1000010 1010100

Color Harmonies of #BBEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAF1

Black with #BBEAF1

Text Example


Text Example

White with #BBEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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