Html Css Color HEX #BBDFF1 Onahau

📋 copy color: '#BBDFF1'

red 187 ◦ green 223 ◦ blue 241

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

Shades of Onahau #BBDFF1

Tints of Onahau #BBDFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.25%

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

R = 28.73%
G = 34.25%
B = 37.02%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBDFF1 (or 0xBBDFF1) is known color: Onahau. HEX triplet: BB, DF and F1. RGB value is (187,223,241). Sum of RGB (Red+Green+Blue) = 187+223+241=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF1 is #44200E. Grayscale: #D6D6D6. Windows color (decimal): -4464655 or 15851451. OLE color: 15851451.

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

Color convert

RGB 187 223 241 -
CMYK 0.22 0.07 0 0.05
HSL 200º 0.66% 0.84% -
HSV(B) 200º 0.22% 0.95% -
XYZ 62.76 69.69 93.36 -
YUV 214.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 187 223 241 0.22 0.07 0 0.05 200 0.66 0.84
Hex BB DF F1 16 7 0 5 C8 42 54
Octal 273 337 361 26 7 0 5 310 102 124
Binary 10111011 11011111 11110001 10110 111 0 101 11001000 1000010 1010100

Color Harmonies of #BBDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFF1

Black with #BBDFF1

Text Example


Text Example

White with #BBDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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