Html Css Color HEX #CCBEF1 Fog

📋 copy color: '#CCBEF1'

red 204 ◦ green 190 ◦ blue 241

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

Shades of Fog #CCBEF1

Tints of Fog #CCBEF1

RGB

 RED value IS 204 (80.08% from 255) = 32.13%

 GREEN value IS 190 (74.61% from 255) = 29.92%

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

R = 32.13%
G = 29.92%
B = 37.95%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCBEF1 (or 0xCCBEF1) is known color: Fog. HEX triplet: CC, BE and F1. RGB value is (204,190,241). Sum of RGB (Red+Green+Blue) = 204+190+241=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 190 (74.61% from 255 or 29.92% 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 #CCBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF1 is #33410E. Grayscale: #C7C7C7. Windows color (decimal): -3358991 or 15843020. OLE color: 15843020.

HSL color Cylindrical-coordinate representation of color #CCBEF1: hue angle of 256.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBEF1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 190 241 -
CMYK 0.15 0.21 0 0.05
HSL 256.47º 0.65% 0.85% -
HSV(B) 256.47º 0.21% 0.95% -
XYZ 59.19 56.02 90.91 -
YUV 200 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 204 190 241 0.15 0.21 0 0.05 256.47 0.65 0.85
Hex CC BE F1 F 15 0 5 100 41 55
Octal 314 276 361 17 25 0 5 400 101 125
Binary 11001100 10111110 11110001 1111 10101 0 101 100000000 1000001 1010101

Color Harmonies of #CCBEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEF1

Black with #CCBEF1

Text Example


Text Example

White with #CCBEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEF1; }

 p { color: rgb(204,190,241); }

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

background-color css

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

 a { background-color: rgb(204,190,241); }

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

border-color css

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

 span { border-color: rgb(204,190,241); }

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