Html Css Color HEX #BBC9F1 Periwinkle

📋 copy color: '#BBC9F1'

red 187 ◦ green 201 ◦ blue 241

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

Shades of Periwinkle #BBC9F1

Tints of Periwinkle #BBC9F1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.96%

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

R = 29.73%
G = 31.96%
B = 38.31%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC9F1 (or 0xBBC9F1) is known color: Periwinkle. HEX triplet: BB, C9 and F1. RGB value is (187,201,241). Sum of RGB (Red+Green+Blue) = 187+201+241=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9F1 is #44360E. Grayscale: #C9C9C9. Windows color (decimal): -4470287 or 15845819. OLE color: 15845819.

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

Color convert

RGB 187 201 241 -
CMYK 0.22 0.17 0 0.05
HSL 224.44º 0.66% 0.84% -
HSV(B) 224.44º 0.22% 0.95% -
XYZ 57.26 58.69 91.53 -
YUV 201.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 187 201 241 0.22 0.17 0 0.05 224.44 0.66 0.84
Hex BB C9 F1 16 11 0 5 E0 42 54
Octal 273 311 361 26 21 0 5 340 102 124
Binary 10111011 11001001 11110001 10110 10001 0 101 11100000 1000010 1010100

Color Harmonies of #BBC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9F1

Black with #BBC9F1

Text Example


Text Example

White with #BBC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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