Html Css Color HEX #BBC8F1 Periwinkle

📋 copy color: '#BBC8F1'

red 187 ◦ green 200 ◦ blue 241

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

Shades of Periwinkle #BBC8F1

Tints of Periwinkle #BBC8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.85%

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

R = 29.78%
G = 31.85%
B = 38.38%

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

#BBC8F1 (or 0xBBC8F1) is known color: Periwinkle. HEX triplet: BB, C8 and F1. RGB value is (187,200,241). Sum of RGB (Red+Green+Blue) = 187+200+241=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F1 is #44370E. Grayscale: #C8C8C8. Windows color (decimal): -4470543 or 15845563. OLE color: 15845563.

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

Color convert

RGB 187 200 241 -
CMYK 0.22 0.17 0 0.05
HSL 225.56º 0.66% 0.84% -
HSV(B) 225.56º 0.22% 0.95% -
XYZ 57.02 58.22 91.45 -
YUV 200.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 187 200 241 0.22 0.17 0 0.05 225.56 0.66 0.84
Hex BB C8 F1 16 11 0 5 E2 42 54
Octal 273 310 361 26 21 0 5 342 102 124
Binary 10111011 11001000 11110001 10110 10001 0 101 11100010 1000010 1010100

Color Harmonies of #BBC8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8F1

Black with #BBC8F1

Text Example


Text Example

White with #BBC8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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