Html Css Color HEX #BBCBF1 Periwinkle

📋 copy color: '#BBCBF1'

red 187 ◦ green 203 ◦ blue 241

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

Shades of Periwinkle #BBCBF1

Tints of Periwinkle #BBCBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.17%

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

R = 29.64%
G = 32.17%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCBF1 (or 0xBBCBF1) is known color: Periwinkle. HEX triplet: BB, CB and F1. RGB value is (187,203,241). Sum of RGB (Red+Green+Blue) = 187+203+241=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBF1 is #44340E. Grayscale: #CACACA. Windows color (decimal): -4469775 or 15846331. OLE color: 15846331.

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

Color convert

RGB 187 203 241 -
CMYK 0.22 0.16 0 0.05
HSL 222.22º 0.66% 0.84% -
HSV(B) 222.22º 0.22% 0.95% -
XYZ 57.73 59.63 91.69 -
YUV 202.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 187 203 241 0.22 0.16 0 0.05 222.22 0.66 0.84
Hex BB CB F1 16 10 0 5 DE 42 54
Octal 273 313 361 26 20 0 5 336 102 124
Binary 10111011 11001011 11110001 10110 10000 0 101 11011110 1000010 1010100

Color Harmonies of #BBCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBF1

Black with #BBCBF1

Text Example


Text Example

White with #BBCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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