Html Css Color HEX #BBC6F3 Periwinkle

📋 copy color: '#BBC6F3'

red 187 ◦ green 198 ◦ blue 243

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

Shades of Periwinkle #BBC6F3

Tints of Periwinkle #BBC6F3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.53%

 BLUE value IS 243 (95.31% from 255) = 38.69%

R = 29.78%
G = 31.53%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC6F3 (or 0xBBC6F3) is known color: Periwinkle. HEX triplet: BB, C6 and F3. RGB value is (187,198,243). Sum of RGB (Red+Green+Blue) = 187+198+243=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F3 is #44390C. Grayscale: #C7C7C7. Windows color (decimal): -4471053 or 15976123. OLE color: 15976123.

HSL color Cylindrical-coordinate representation of color #BBC6F3: hue angle of 228.21º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC6F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 198 243 -
CMYK 0.23 0.19 0 0.05
HSL 228.21º 0.7% 0.84% -
HSV(B) 228.21º 0.23% 0.95% -
XYZ 56.87 57.42 92.88 -
YUV 199.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 187 198 243 0.23 0.19 0 0.05 228.21 0.7 0.84
Hex BB C6 F3 17 13 0 5 E4 46 54
Octal 273 306 363 27 23 0 5 344 106 124
Binary 10111011 11000110 11110011 10111 10011 0 101 11100100 1000110 1010100

Color Harmonies of #BBC6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6F3

Black with #BBC6F3

Text Example


Text Example

White with #BBC6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6F3; }

 p { color: rgb(187,198,243); }

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

background-color css

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

 a { background-color: rgb(187,198,243); }

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

border-color css

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

 span { border-color: rgb(187,198,243); }

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