Html Css Color HEX #BBCFF1 Periwinkle

📋 copy color: '#BBCFF1'

red 187 ◦ green 207 ◦ blue 241

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

Shades of Periwinkle #BBCFF1

Tints of Periwinkle #BBCFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.6%

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

R = 29.45%
G = 32.6%
B = 37.95%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBCFF1 (or 0xBBCFF1) is known color: Periwinkle. HEX triplet: BB, CF and F1. RGB value is (187,207,241). Sum of RGB (Red+Green+Blue) = 187+207+241=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF1 is #44300E. Grayscale: #CCCCCC. Windows color (decimal): -4468751 or 15847355. OLE color: 15847355.

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

Color convert

RGB 187 207 241 -
CMYK 0.22 0.14 0 0.05
HSL 217.78º 0.66% 0.84% -
HSV(B) 217.78º 0.22% 0.95% -
XYZ 58.68 61.54 92 -
YUV 204.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 187 207 241 0.22 0.14 0 0.05 217.78 0.66 0.84
Hex BB CF F1 16 E 0 5 DA 42 54
Octal 273 317 361 26 16 0 5 332 102 124
Binary 10111011 11001111 11110001 10110 1110 0 101 11011010 1000010 1010100

Color Harmonies of #BBCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFF1

Black with #BBCFF1

Text Example


Text Example

White with #BBCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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